home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
a_to_d
/
core1a
/
ctswitch.inc
< prev
next >
Wrap
Text File
|
1996-09-15
|
1KB
|
39 lines
{
File: CoreTool.Inc
Copyright ⌐ 1995 by Core Software Limited
Mail
Postal: 3 Tearne Street, St Johns, Worcester, WR2 6BL, England.
E'Mail: 100041.3143@compuserve.com
Description
The default switch settings for CoreTools for Delphi components,
property editors and libraries.
History
Issue Date Engineer Description
----- -------- --------------- ------------------------------------------
1a 02.06.95 Malcolm Dahleb÷ ORIGINAL
}
{$A-} {Align Data}
{$B-} {Complete Boolean Evaluation}
{$C MOVEABLE DEMANDLOAD DISCARDABLE} { Code Segment Attribute }
{$D-} {Debug Information} {- on production}
{$F-} {Force FAR Calls}
{$G-} {Generate 286 Instructions}
{$I+} {Input/Output Checking}
{$L-} {Local Symbol Information} {- on production}
{$N+} {8087 Math Coprocessor Support}
{$P+} {Open String Parameters}
{$Q+} {Arithmetic Overflow Checking}
{$R+} {Range Checking}
{$S+} {Stack-Overflow Checking}
{$T+} {Typed @ Operator}
{$U-} {Pentium-Safe FDIV}
{$V+} {Var-String Checking, overriden by $P}
{$W-} {Windows Stack Frame}
{$X+} {Extended Syntax}
{$Y-} {Symbol Reference Information} {- on production}
{$Z-} {Word Size Enumerated Types}